diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-04-08 17:04:42 +0200 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-04-08 17:04:42 +0200 | 
| commit | ae53533f0152dbd0ee920e1132be2e21b11ad031 (patch) | |
| tree | e0a42ac1d3a61c0ec6d8eda3926070cff0409743 | |
| parent | d0610b388dde7a4368580b60c690d72fb3f72637 (diff) | |
| download | live-boot-ae53533f0152dbd0ee920e1132be2e21b11ad031.tar.gz live-boot-ae53533f0152dbd0ee920e1132be2e21b11ad031.zip | |
Removing user and userfullname variables in scripts/live, they are not used here sind live-config anymore.
| -rwxr-xr-x | scripts/live | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/scripts/live b/scripts/live index e248937..14165c1 100755 --- a/scripts/live +++ b/scripts/live @@ -11,8 +11,6 @@ mountpoint="/live/image"  alt_mountpoint="/media"  LIVE_MEDIA_PATH="live" -USERNAME="user" -USERFULLNAME="Live user"  HOSTNAME="host"  mkdir -p "${mountpoint}" | 
