Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 28, 2023
1 parent ba0c7f0 commit e5bc651
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 20 deletions.
6 changes: 5 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ vmsh="$VM_VBOX"


export VM_OS_NAME

export VM_RELEASE


##############################################################
Expand Down Expand Up @@ -80,7 +80,11 @@ $vmsh processOpts $osname "$opts"



$vmsh shutdownVM $osname

while $vmsh isRunning $osname; do
sleep 5
done


$vmsh startVM $osname
Expand Down
43 changes: 24 additions & 19 deletions conf/netbsd-9.0.opts.txt
Original file line number Diff line number Diff line change
@@ -1,67 +1,72 @@
#
# wait screen text | press key


Boot normally | enter | 10

Installation | enter

English | enter
unchanged | enter

Activate the current selection | enter
Install NetBSD to hard disk | enter

After you enter the partition | down ; enter
Shall we continue | down ; enter

Available disks | enter

MBR | enter
Guid Partition Table | enter

You should only change the geometry | enter
This is the correct geometr | enter

Use default partition sizes | down ; enter


Change input | enter
Partition sizes | enter


we are now ready to install | down ; enter
Shall we continue | down ; enter


Bootblocks | enter
Use BIOS console | enter


Installation without X11 | down ; enter

FTP | enter
Install from | enter


sysinst will give you the opportunity | enter
Hit enter to continue | enter



Configure the additional | string a ; enter


Configure the additional items as needed | string a ; enter

Which network device would you like to use | enter

Network media type | enter

Perform autoconf | enter ; sleep 20

Your DNS domain | string vmactions.org ; enter | 10

The following are the values you entered | enter

To be able to use the network | enter
Is the network information you entered accurate | enter



Perform autoconf | enter ; sleep 20 ; string vmactions.org ; enter ; sleep 3; enter; sleep 3; enter| 10

Enable sshd | string g ; enter ; sleep 1; string h ; enter ; sleep 1; string i ; enter ; sleep 1; string x ; enter


#Enable sshd
Fetch and unpack| string g ; enter ; sleep 1; string h ; enter ; sleep 1; string i ; enter ; sleep 1; string x ; enter
Hit enter to continue | enter


At a minimum | enter
Reboot the computer | string d ; enter


#Reboot the computer
Reboot the computer | string d ; enter; sleep 20
Boot normally | enter


Installation messages | down

0 comments on commit e5bc651

Please sign in to comment.