diff options
author | Esteban Carnevale <alfplayer@mailoo.org> | 2012-10-14 15:30:43 -0300 |
---|---|---|
committer | Esteban Carnevale <alfplayer@mailoo.org> | 2012-10-14 15:30:43 -0300 |
commit | 2206cced63960b96c222ccb3366a58b1e2ac6bed (patch) | |
tree | 41a90d4b0fc83dba57bb0d4c150fb839c2fe44d2 | |
parent | 0b01338932c48c1854fa83e8577615d95970d299 (diff) |
Set live username back to 'libre'
-rwxr-xr-x | configs/releng/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index c21d8fd..bcb1b86 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -182,7 +182,7 @@ make_customize_root_image() { -r 'usermod -s /bin/zsh root' \ run mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \ - -r 'useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/zsh arch' \ + -r 'useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/zsh libre' \ run mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \ -r 'systemctl -f enable pacman-init.service getty@.service dhcpcd.service || true' \ |