/usr/local/jetapps/usr/share/rear/rescue/default
# 100_hostname.sh # # take hostname for Relax-and-Recover # # This file is part of Relax-and-Recover, licensed under the GNU General # Public License. Refer to the included COPYING for full text of license. # For Arch Linux storing the host name in /etc/hostname (lowercase) # will set the host name in the recovery environment without any scripting. # put hostname in $ROOTFS_DIR/etc/hostsname (Needed by Arch Linux) echo $HOSTNAME >$ROOTFS_DIR/etc/hostname # Put hostname in $ROOTFS_DIR/etc/HOSTNAME (used by most of the other Linux Distro.) # SUSE 12 has both file, but seems to use /etc/HOSTNAME to setup hostname. (see #1316) echo $HOSTNAME >$ROOTFS_DIR/etc/HOSTNAME
.
Edit
..
Edit
010_merge_skeletons.sh
Edit
020_create_skeleton_dirs.sh
Edit
100_hostname.sh
Edit
200_etc_issue.sh
Edit
300_patch_root_home.sh
Edit
430_prepare_timesync.sh
Edit
500_ssh.sh
Edit
550_vagrant.sh
Edit
850_save_sysfs_uefi_vars.sh
Edit
860_set_uefi_vars.sh
Edit
900_clone_users_and_groups.sh
Edit
910_copy_logfile.sh
Edit