live-build/doc/FAQ

34 lines
1.2 KiB
Plaintext
Raw Normal View History

2007-09-23 08:04:49 +00:00
Debian Live: Frequently Asked Questions (FAQ)
=============================================
Build Time
----------
2007-09-23 08:04:50 +00:00
Q: Is live-helper/make-live Debian specific?
A: live-helper supports Debian and Ubuntu right now. Adding automatic defaults
for other Debian derivatives is easy - let us know about them and we may
include it.
2007-09-23 08:04:49 +00:00
Q: How do I drop in to a shell during make-live chroot process?
2007-09-23 08:04:50 +00:00
A: Use "--interactive shell", then exit with 'logout' when you have made the
setting changes you want and the build process will continue.
2007-09-23 08:04:49 +00:00
Q: Where to set the username or the hostname?
A: casper uses default username 'casper' and hostname 'live'. You can specify
2007-09-23 08:04:50 +00:00
them by passing 'username=' and 'hostname=' as kernel parameters.
2007-09-23 08:04:49 +00:00
live-helper automatically sets the username to 'user' and the hostname to
'debian'. If you want to change this at build time, pass --username and
--hostname to make-live, or alter LIVE_USERNAME and LIVE_HOSTNAME in
config/image.
Run Time
--------
Q: What is the root password?
2007-09-23 08:04:50 +00:00
A: There is none set. You can switch to root with 'sudo -i' or set a password
with 'sudo passwd'.
2007-09-23 08:04:49 +00:00
Q: What is the user password?
2007-09-23 08:04:49 +00:00
A: The password for the default user is 'live'.