Merge "Debian: Remove temp fix for setting /etc/hostname"

This commit is contained in:
Zuul 2022-04-21 20:13:45 +00:00 committed by Gerrit Code Review
commit 953b2538af
1 changed files with 0 additions and 3 deletions

View File

@ -84,9 +84,6 @@ rootfs-post-scripts:
chroot $IMAGE_ROOTFS useradd sysadmin -m --shell /bin/bash -G sudo --password 4SuW8cnXFyxsk
chroot $IMAGE_ROOTFS chage -d 0 sysadmin
chroot $IMAGE_ROOTFS passwd -l root
- |-
# FIXME: Temporary - Centos kickstarts set initial view of this file
echo "localhost" > $IMAGE_ROOTFS/etc/hostname
- |-
# FIXME: Temporary - Anaconda/kickstarts set up initial view of /etc/fstab
mkdir -p $IMAGE_ROOTFS/opt/platform-backup