Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Make install output
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
gr0nnsak
n00b
n00b


Joined: 11 Jan 2017
Posts: 8

PostPosted: Fri Feb 17, 2017 9:04 pm    Post subject: Make install output Reply with quote

Gotten so far as to the make install, but the output Im getting is as follows:

sh ./arch/x86/boot/install.sh 4.9.6-gentoo-r1 arch/x86/boot/bzImage \
System.map "/boot"

Does this look right? Have no idea whats happening here
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Fri Feb 17, 2017 10:30 pm    Post subject: Re: Make install output Reply with quote

gr0nnsak wrote:
Code:
sh ./arch/x86/boot/install.sh 4.9.6-gentoo-r1 arch/x86/boot/bzImage \
            System.map "/boot"

gr0nnsak ... you should ask yourself: what leads me to think something is wong? You have a script 'install.sh' run with four parameters ('4.9.6-gentoo-r1', 'arch/x86/boot/bzImage', 'System.map', and '/boot')

/usr/src/linux/arch/x86/boot/install.sh:
# Arguments:
#   $1 - kernel version
#   $2 - kernel image file
#   $3 - kernel map file
#   $4 - default install path (blank if root directory)

... these parameters are what the script expects as input. If you look in /boot you should see the result of running the script.

best ... khay
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum